home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 9 / The PC-SIG Library on CD ROM - Ninth Edition.iso / 1301_400 / DISK1380 / DISK1380.ZIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1989-10-16  |  571b  |  26 lines

  1. echo off
  2. if (%1)==() goto whoops
  3. cls
  4. echo Now installing Task Master on Drive %1... sit back and relax
  5. md %1:\tm
  6. copy tmaster.exe %1:\tm
  7. %1:
  8. cd\tm
  9. tmaster
  10. cls
  11. echo    The subdirectory \TM contains Task Master and documentation
  12. echo    files.
  13. echo.
  14. echo    For instructions on how to use Task Master, select Services at
  15. echo    the Main Menu, then Option N -Print Users Manual.
  16. echo.
  17. echo    Installation complete. Ready to start Task Master.
  18. echo.
  19. pause
  20. cls
  21. tm
  22. goto quit
  23. :whoops
  24. echo You forgot to type a drive letter, please try again...
  25. :quit
  26.